home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / lldemo / lldemo.shr / ROSETTA.EXE / ROSETTA.DXR / 00193_control btn.ls < prev    next >
Encoding:
Text File  |  1996-06-24  |  188 b   |  9 lines

  1. on mouseUp
  2.   set c to the clickOn
  3.   set the castNum of sprite c to the castNum of sprite c + 1
  4.   when timeOut then nothing
  5.   updateStage()
  6.   when timeOut then nothing  
  7.   goControls()
  8. end
  9.